projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd4d40
)
(Info-tagify): Don't set Info-tag-table-marker if not in Info mode.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Jun 1997 04:09:28 +0000
(
04:09
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Jun 1997 04:09:28 +0000
(
04:09
+0000)
lisp/informat.el
patch
|
blob
|
history
diff --git
a/lisp/informat.el
b/lisp/informat.el
index 0b195b9e620fdd6fd3f953703198e05fad0b01ad..67c915f9be14123cf4c5dbe27262afa1ae475e64 100644
(file)
--- a/
lisp/informat.el
+++ b/
lisp/informat.el
@@
-71,7
+71,8
@@
(delete-region (point) end)))
(goto-char (point-max))
(insert "\^_\f\nTag table:\n")
- (move-marker Info-tag-table-marker (point))
+ (if (eq major-mode 'info-mode)
+ (move-marker Info-tag-table-marker (point)))
(setq list (nreverse list))
(while list
(insert "Node: " (car (car list)) ?\177)